Package com.cisco.pt.ipc.sim
Interface AsaAccessGroup
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
AsaAccessGroupImpl
Information provided by the PKI file:
\class CAsaAccessGroup
\brief CAsaAccessGroup is used in asa to tight access-list with a specific interface in a direction
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetAclId()Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidInformation provided by the PKI file:voidsetDirection(Direction direction) Information provided by the PKI file:voidInformation provided by the PKI file:toString()Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getDirection
Direction getDirection()Information provided by the PKI file:
\brief Return the direction in which the acl is applied on the interface- Returns:
- Direction Returns a Direction
-
getNameIf
String getNameIf()Information provided by the PKI file:
\brief Return the nameIf of the interface the acl is applied on- Returns:
- String Returns a String
-
getAclId
String getAclId()Information provided by the PKI file:
\brief Return the acl id that the access-group is associated with- Returns:
- String Returns a String
-
setDirection
Information provided by the PKI file:
\brief Set the direction of the acl \param direction eIn =0, eOut, eGlobal- Parameters:
direction- Takes in a parameter of direction
-
setNameIf
Information provided by the PKI file:
\brief Set the nameIf that the access-list will be applied on- Parameters:
nameIf- Takes in a parameter of nameIf
-
setAclId
Information provided by the PKI file:
\brief Set the access-list id to be used to apply on the interface- Parameters:
aclId- Takes in a parameter of aclId
-
toString
String toString()Information provided by the PKI file:
\brief Return the string configuration of the access-group
-